home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8174
/
8174.xpi
/
chrome
/
antbar.jar
/
content
/
xul
/
options.xul
next >
Wrap
Extensible Markup Language
|
2009-12-30
|
4KB
|
81 lines
<?xml version="1.0"?>
<!--
options.xul
firefox
Created by Zak on 2008-06-17.
Copyright 2008-2009 Ant.com. All rights reserved.
-->
<!DOCTYPE prefwindow SYSTEM "chrome://antbar/locale/antoptions.dtd">
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://antbar/skin/antbar.css"?>
<prefwindow id="antBarPrefs"
title="&antBarPrefs.title;"
windowtype="Ant:Preferences"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="&preferences.window.size;">
<script type="application/x-javascript" src="chrome://antbar/content/lib/global.js"/>
<script type="application/x-javascript" src="chrome://antbar/content/lib/array.js"/>
<script type="application/x-javascript" src="chrome://antbar/content/lib/lib.js"/>
<script type="application/x-javascript" src="chrome://antbar/content/lib/lang.js"/>
<script type="application/x-javascript" src="chrome://antbar/content/prefs/prefs.js"/>
<script type="application/x-javascript" src="chrome://antbar/content/prefs/prefsui.js"/>
<prefpane id="antBarPrefsPane" label="&antBarPrefsPane.label;" flex="1">
<preferences>
<preference id="antBarPrefsFlvDir" name="extensions.anttoolbar.flvdir" type="string"/>
<preference id="antBarPrefsNotification" name="extensions.anttoolbar.notification" type="bool"/>
<preference id="antBarPrefsRankMode" name="extensions.anttoolbar.rankmode" type="bool"/>
<preference id="antBarPrefsDownloadStats" name="extensions.anttoolbar.videorepports" type="bool"/>
<preference id="antBarPrefsMode" name="extensions.anttoolbar.mode" type="string"/>
</preferences>
<vbox>
<stringbundleset id="strbundles">
<stringbundle id="langstr" src="chrome://antbar/locale/antbar.properties"/>
</stringbundleset>
<label id="antBarPrefsFlvDirLabel" control="AntPrefsFlvDir" value="&antBarPrefsFlvDirLabel.value;"/>
<hbox align="center" flex="1">
<textbox id="AntPrefsFlvDir" preference="antBarPrefsFlvDir" flex="1"/>
<button id="antBarPrefsFlvDirButton" label="&antBarPrefsFlvDirButton.label;" oncommand="AntPrefs.selectFlvDir();" />
</hbox>
<hbox align="center" flex="1">
<checkbox id="antBarPrefsNotificationCheckBox" label="&antBarPrefsNotificationCheckBox.label;" preference="antBarPrefsNotification" checked="true"/>
</hbox>
<hbox align="center" flex="1">
<checkbox id="antBarPrefsRankModeCheckBox" label="&antBarPrefsRankModeCheckBox.label;" preference="antBarPrefsRankMode" checked="false"/>
</hbox>
<hbox align="center" flex="1">
<checkbox id="antBarPrefsSendDownloadStatsCheckBox"
label="&antBarPrefsSendDownloadStatsCheckBox.label;"
preference="antBarPrefsDownloadStats" checked="false"/>
</hbox>
<hbox align="center">
<label value="&antBarPrefsChoseMode;" maxwidth="150px"/>
<menulist id="ant-prefs-mode-menu">
<menupopup>
<menuitem id="ant-prefs-mode-statusbar" preference="antBarPrefsMode" label="&antBarPrefsStatusBar;" value="statusbar"/>
<menuitem id="ant-prefs-mode-toolbar" preference="antBarPrefsMode" label="&antBarPrefsToolbar;" value="toolbar"/>
</menupopup>
</menulist>
</hbox>
</vbox>
<script type="application/x-javascript">
AntPrefsUi.init(document);
</script>
</prefpane>
</prefwindow>